home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / fredfish / 1016.lha / Docs / English / Contents < prev    next >
Text File  |  1995-03-03  |  6KB  |  164 lines

  1. BarflyDemo    1.10    Very powerful Debugger and Assembler.
  2.  
  3. Very powerful Intuition controlled Source Level Debugger and an
  4. optimizing Assembler.  The Debugger allows the parallel debugging
  5. of several tasks in unlimited windows.  Has different windows for
  6. ASM/Copper-Disassembler, Memory, Source, Breakpoints, Watchpoints,
  7. Checksums and a lot other functions.  It supports SAS-C and GCC
  8. Sourcelevel Debugging and allows dynamic include structure support.
  9. Supports 68000-68040/6888x.  The Assembler has multi-pass optimizing,
  10. precompiled includes, include/incbin cache, highlevel macros, smalldata
  11. and advanced hunk support.  Supports 68000-68060/6888x.
  12.  
  13. Author: Ralph Schmidt
  14. Path: AmigaLibDisk1016:Programs/BarflyDemo/
  15.  
  16. ==========
  17.  
  18. CacheFont    1.1    Vastly increase speed of font requsters
  19.  
  20. CacheFont is a small patch that will dramatically increase the speed of
  21. font requesters. It cuts the access time of a font requester containing
  22. about 100 fonts from 14 seconds (without CacheFont) to half a second (with
  23. CacheFont).
  24.  
  25. It has been tested extensively on many utilities and many computers
  26. without any problems.
  27.  
  28. Version 1.1 fixes a bug with Tagged Font Lists. It should now work with
  29. most (if not *all*) software.
  30.  
  31. Author: Adam Dawes
  32. Path: AmigaLibDisk1016:Programs/CacheFont/
  33.  
  34. ==========
  35.  
  36. RevUp    1.2    Amiga Revision Update System
  37.  
  38. o RevUp  generates  and  maintains  include and header files with revision
  39.   information.
  40.  
  41. o RevUp is 100% compatible to the CBM developer tool BumpRev, but offers a
  42.   lot of new features.
  43.  
  44. o Multiple dependency files are supported.
  45.  
  46. o Beta count management for beta versions included.
  47.  
  48. Author: Boris Folgmann
  49. Path: AmigaLibDisk1016:Programs/RevUp/
  50.  
  51. ==========
  52.  
  53. StackMon    1.3    Monitors stack usage of programs
  54.  
  55. When run StackMon presents a list of all the tasks and processes currently
  56. running. The list is sorted alphabetically, with processes before tasks.
  57. This list is not updated automatically, as constructing this list requires
  58. suspension of multitasking. If you run a program you want to monitor after
  59. starting StackMon, click on the 'Update list' gadget so that it appears in
  60. the list.
  61.  
  62. If the program you want to monitor was run from the Workbench, its name will
  63. be that of the icon; if run from the shell the name is the exact name typed
  64. into the shell, with path.
  65.  
  66. Click on the program you wish to monitor and StackMon will begin monitoring.
  67. The display consists of numbers and a fuel gauge showing the current stack
  68. use relative to the size of the stack. The numbers are:
  69.  
  70. Current: This is the amount of stack in use when the program was last
  71.      monitored.
  72. Largest: The largest recorded stack ever in use by this program.
  73. Stack  : The stack allocated for this program.
  74.  
  75. Author: David Kinder
  76. Path: AmigaLibDisk1016:Programs/StackMon/
  77.  
  78. ==========
  79.  
  80. StatRam    3.1    Very fast recoverable ram drive
  81.  
  82. StatRam is a recoverable ram drive.
  83. It works on any Amiga using V2.04 or greater of the OS. It handles any
  84. filesystem (either Amiga or foreign, like e.g. CrossDOS(tm)), has ten
  85. units and may be layed out like a floppy disk for quick diskcopies.
  86. It is dynamic, that is it allocates and frees memory as files are copied
  87. and deleted, and is probably the most recoverable ram drive available.
  88. Even the worst system crash will not erase it, as long as the portion
  89. of memory where it resides is not corrupted.
  90.  
  91.  New for V3.1 :
  92.  
  93.  - Now works with ProfFileSystem
  94.  
  95.  - Now works with .ZOM disk images
  96.  
  97.  - Fixed the pyrotechnic crash that could occur mounting second and
  98.    subsequent volumes
  99.  
  100. Author: Richard Waspe
  101. Nicola Salmoria
  102. Based on code originally by Perry S. Kivolowitz.
  103. Path: AmigaLibDisk1016:Programs/StatRam/
  104.  
  105. ==========
  106.  
  107. StdErr    3.0    A Standard Error Port for Amiga E
  108.  
  109. StdErr.m provides Amiga E users with an easy-to-use standard
  110. error port for their Amiga E programs.  The module is fairly
  111. intelligent, handling things with a kind of grace and ease
  112. anyone could hope for.  You almost cannot foul the use of
  113. this program module up (almost).
  114.  
  115. Author: Trey Van Riper
  116. Path: AmigaLibDisk1016:Programs/StdErr/
  117.  
  118. ==========
  119.  
  120. UnDel    1.0    File Undeleting Utility
  121.  
  122.    AmigaDos and its filesystem have been released some years ago. During
  123. this long period, CBM didn't release any kind of tool which would be able
  124. to check and repair disks and recover deleted files. There are many third-party
  125. utilities capable of doing such a job, but they are usually terribly slow and
  126. they don't support all standard filesystems. I have been so annoyed with this
  127. situation that I decided to try to write a good unerasing tool. UnDel is the
  128. result of this work.
  129.  
  130.    Features:
  131.  
  132.     - Supports any standard filesystem - OFS / FFS + DirCache / INTL mode
  133.  
  134.     - Very fast (only free blocks are scanned, written in assembly etc.)
  135.  
  136.     - Special option for systems with small amount of memory
  137.  
  138.     - Nice user interface in shell window  ;-)
  139.  
  140.     - Recovered files are copied to another device
  141.  
  142.     - Protection bits and file note are also recovered
  143.  
  144.         - UNDEL is pure and can be made resident
  145.  
  146. Author: Martin Mares
  147. Path: AmigaLibDisk1016:Programs/UnDel/
  148.  
  149. ==========
  150.  
  151. RAKE    1.1    XPK packer sublibrary
  152.  
  153.     RAKE is an  XPK packer sublibrary  which  implements a highly  optimized
  154. form  of  the popular  LZ77 compression  algorithm. It  uses  static huffman
  155. coding   for   the  'len'   and  a  three-step  coding  for   the   'offset'
  156. information.  The  major  feature   of this packer  is the  highly optimized
  157. algorithm for tracking down redundant data.
  158.  
  159. Author: Karsten Dageförde
  160. Path: AmigaLibDisk1016:Programs/xpkRAKE/
  161.  
  162. ==========
  163.  
  164.